home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / rios.defs < prev    next >
Text File  |  1991-07-23  |  1KB  |  43 lines

  1. LBINDIR=/usr/bin
  2. #defs for the makefiles
  3.  
  4.  
  5. OFLAG    =  -O 
  6. LIBS    = -lm  -lg
  7.  
  8. LIBS    = -lm -bexport:${AKCLDIR}/unixport/aix_exports -bimport:${AKCLDIR}/aix3_mprotect/mprotect.exp 
  9. ODIR_DEBUG= 
  10.  
  11. SHELL=/bin/sh
  12. .IGNORE:
  13.  
  14. CC = cc -qlanglvl=ext -qnoprint -DCOM_LENG= -DVOL=volatile -I$(AKCLDIR)/o   -bnso -bI:/lib/syscalls.exp -Wl,-D0 -H4096 -qchars=signed
  15.  
  16. LDCC = $(CC) -Wl,-bfilelist
  17.  
  18. # if you add to EXTRAS:
  19. # Remember you must add the names of any functions you want to reference
  20. # in lisp code, to unixport/aix_exports or add your own exports file to
  21. # LIBS above
  22. EXTRAS = $(ODIR)/ibmaix3.a
  23. EXTRA_OTARGETS = $(ODIR)/ibmaix3.a ${AKCLDIR}/aix3_mprotect/mprotect ${AKCLDIR}/aix3_mprotect/command
  24.  
  25. MAINDIR = /public/kcl
  26. CFLAGS    = -c $(DEFS)  -I../h
  27.  
  28. # fast loading
  29. RSYM    = rsym
  30. SFASL    = $(ODIR)/sfasl.o
  31.  
  32. # When using SFASL it is good to have (si::build-symbol-table)
  33. INITFORM=(si::build-symbol-table)
  34.  
  35. # Use symbolic links
  36. SYMB=-s
  37.  
  38. MPFILES=${MPDIR}/mpi.o ${MPDIR}/lo-rios.o ${MPDIR}/mp_divul3_word.o ${MPDIR}/libmport.a
  39.  
  40. # version of akcl with -pg profiling.   (cd unixport ; make kcp)
  41. KCP=kcp-aix
  42.  
  43.